MediaManagement.java:9543: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 2) - getChapterTimeByNumber(1, 1);
_____________^
MediaManagement.java:9543: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 2) - getChapterTimeByNumber(1, 1);
________________________________________^
MediaManagement.java:9547: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 3) - getChapterTimeByNumber(1, 2);
_____________^
MediaManagement.java:9547: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 3) - getChapterTimeByNumber(1, 2);
________________________________________^
MediaManagement.java:9551: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 4) - getChapterTimeByNumber(1, 3);
_____________^
MediaManagement.java:9551: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 4) - getChapterTimeByNumber(1, 3);
________________________________________^
MediaManagement.java:9555: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 5) - getChapterTimeByNumber(1, 4);
_____________^
MediaManagement.java:9555: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 5) - getChapterTimeByNumber(1, 4);
________________________________________^
MediaManagement.java:9559: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 6) - getChapterTimeByNumber(1, 5);
_____________^
MediaManagement.java:9559: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 6) - getChapterTimeByNumber(1, 5);
________________________________________^
MediaManagement.java:9563: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 7) - getChapterTimeByNumber(1, 6);
_____________^
MediaManagement.java:9563: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 7) - getChapterTimeByNumber(1, 6);
________________________________________^
MediaManagement.java:9567: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 8) - getChapterTimeByNumber(1, 7);
_____________^
MediaManagement.java:9567: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 8) - getChapterTimeByNumber(1, 7);
________________________________________^
MediaManagement.java:9571: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 9) - getChapterTimeByNumber(1, 8);
_____________^
MediaManagement.java:9571: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = getChapterTimeByNumber(1, 9) - getChapterTimeByNumber(1, 8);
________________________________________^
MediaManagement.java:9575: cannot find symbol
symbol : method getChapterTimeByNumber(int,int)
location: test module.MediaManagement
long Duration = (2817189000000L) - getChapterTimeByNumber(1, 9);
______________________________^
[свернуть]