SYMBOL INDEX (935 symbols across 110 files) FILE: app/src/androidTest/java/com/helloworld/goodpoint/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 18) | @RunWith(AndroidJUnit4.class) method useAppContext (line 20) | @Test FILE: app/src/main/java/com/helloworld/goodpoint/App.java class App (line 12) | public class App extends Application { method onCreate (line 16) | @Override method getInstance (line 31) | public static App getInstance() { method getResourses (line 35) | public static Resources getResourses() { FILE: app/src/main/java/com/helloworld/goodpoint/adapter/MyExpandableListAdapter.java class MyExpandableListAdapter (line 16) | public class MyExpandableListAdapter extends BaseExpandableListAdapter { method MyExpandableListAdapter (line 22) | public MyExpandableListAdapter(Context context, List groupList... method getGroupCount (line 29) | @Override method getChildrenCount (line 34) | @Override method getGroup (line 39) | @Override method getChild (line 44) | @Override method getGroupId (line 49) | @Override method getChildId (line 54) | @Override method hasStableIds (line 59) | @Override method getGroupView (line 64) | @Override method getChildView (line 77) | @Override method isChildSelectable (line 89) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/adapter/NotificationListAdapter.java class NotificationListAdapter (line 37) | public class NotificationListAdapter extends ArrayAdapter { method compare (line 536) | @Override class ErrorDialog (line 545) | public static class ErrorDialog extends DialogFragment { method newInstance (line 548) | public static ErrorDialog newInstance(final String message) { method onCreateDialog (line 556) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/detection/DetectorActivity.java class DetectorActivity (line 67) | public class DetectorActivity extends CameraActivity implements OnImageA... method onCreate (line 111) | @Override method onPreviewSizeChosen (line 132) | @Override method processImage (line 225) | @Override method createTransform (line 279) | private Matrix createTransform( method onFacesDetected (line 310) | private void onFacesDetected(long currTimestamp, List faces) { method updateResults (line 410) | private void updateResults(long currTimestamp, final List results); FILE: app/src/main/java/com/helloworld/goodpoint/detection/env/BorderedText.java class BorderedText (line 29) | public class BorderedText { method BorderedText (line 41) | public BorderedText(final float textSize) { method BorderedText (line 50) | public BorderedText(final int interiorColor, final int exteriorColor, ... method setTypeface (line 69) | public void setTypeface(Typeface typeface) { method drawText (line 74) | public void drawText(final Canvas canvas, final float posX, final floa... method drawText (line 79) | public void drawText( method getTextSize (line 92) | public float getTextSize() { FILE: app/src/main/java/com/helloworld/goodpoint/detection/env/ImageUtils.java class ImageUtils (line 26) | public class ImageUtils { method getYUVByteSize (line 38) | public static int getYUVByteSize(final int width, final int height) { method saveBitmap (line 54) | public static void saveBitmap(final Bitmap bitmap) { method saveBitmap (line 64) | public static void saveBitmap(final Bitmap bitmap, final String filena... method convertYUV420SPToARGB8888 (line 89) | public static void convertYUV420SPToARGB8888(byte[] input, int width, ... method YUV2RGB (line 108) | private static int YUV2RGB(int y, int u, int v) { method convertYUV420ToARGB8888 (line 132) | public static void convertYUV420ToARGB8888( method getTransformationMatrix (line 169) | public static Matrix getTransformationMatrix( FILE: app/src/main/java/com/helloworld/goodpoint/detection/env/Logger.java class Logger (line 24) | public final class Logger { method Logger (line 47) | public Logger(final Class clazz) { method Logger (line 56) | public Logger(final String messagePrefix) { method Logger (line 71) | public Logger(final String tag, final String messagePrefix) { method Logger (line 78) | public Logger() { method Logger (line 83) | public Logger(final int minLogLevel) { method getCallerSimpleName (line 100) | private static String getCallerSimpleName() { method setMinLogLevel (line 116) | public void setMinLogLevel(final int minLogLevel) { method isLoggable (line 120) | public boolean isLoggable(final int logLevel) { method toMessage (line 124) | private String toMessage(final String format, final Object... args) { method v (line 128) | public void v(final String format, final Object... args) { method v (line 134) | public void v(final Throwable t, final String format, final Object... ... method d (line 140) | public void d(final String format, final Object... args) { method d (line 146) | public void d(final Throwable t, final String format, final Object... ... method i (line 152) | public void i(final String format, final Object... args) { method i (line 158) | public void i(final Throwable t, final String format, final Object... ... method w (line 164) | public void w(final String format, final Object... args) { method w (line 170) | public void w(final Throwable t, final String format, final Object... ... method e (line 176) | public void e(final String format, final Object... args) { method e (line 182) | public void e(final Throwable t, final String format, final Object... ... FILE: app/src/main/java/com/helloworld/goodpoint/detection/env/Size.java class Size (line 26) | public class Size implements Comparable, Serializable { method Size (line 35) | public Size(final int width, final int height) { method Size (line 40) | public Size(final Bitmap bmp) { method getRotatedSize (line 52) | public static Size getRotatedSize(final Size size, final int rotation) { method parseFromString (line 60) | public static Size parseFromString(String sizeString) { method sizeStringToList (line 82) | public static List sizeStringToList(final String sizes) { method sizeListToString (line 96) | public static String sizeListToString(final List sizes) { method dimensionsAsString (line 107) | public static final String dimensionsAsString(final int width, final i... method aspectRatio (line 111) | public final float aspectRatio() { method compareTo (line 115) | @Override method equals (line 120) | @Override method hashCode (line 134) | @Override method toString (line 139) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/detection/tracking/MultiBoxTracker.java class MultiBoxTracker (line 42) | public class MultiBoxTracker { method MultiBoxTracker (line 74) | public MultiBoxTracker(final Context context) { method setFrameConfiguration (line 92) | public synchronized void setFrameConfiguration( method drawDebug (line 99) | public synchronized void drawDebug(final Canvas canvas) { method trackResults (line 117) | public synchronized void trackResults(final List results,... method getFrameToCanvasMatrix (line 122) | private Matrix getFrameToCanvasMatrix() { method draw (line 126) | public synchronized void draw(final Canvas canvas) { method processResults (line 165) | private void processResults(final List results) { class TrackedRecognition (line 213) | private static class TrackedRecognition { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/FoundItem.java class FoundItem (line 6) | public class FoundItem { method FoundItem (line 7) | public FoundItem(String type, String serial_number, String brand, Stri... method getFoundItem (line 57) | public static FoundItem getFoundItem() method FoundItem (line 65) | private FoundItem() method getUser_id (line 70) | public String getUser_id() { method setUser_id (line 74) | public void setUser_id(String user_id) { method getId (line 78) | public String getId() { return id; } method setId (line 80) | public void setId(String id) { this.id = id; } method setDate (line 82) | public void setDate(String date) { method getDate (line 86) | public String getDate() { return date; } method getCity (line 88) | public String getCity() { method setCity (line 92) | public void setCity(String city) { method getType (line 96) | public String getType() { method setType (line 100) | public void setType(String type) { method getSerial_number (line 104) | public String getSerial_number() { method setSerial_number (line 108) | public void setSerial_number(String serial_number) { method getBrand (line 112) | public String getBrand() { method setBrand (line 116) | public void setBrand(String brand) { method getColor (line 120) | public String getColor() { method setColor (line 124) | public void setColor(String color) { method getDescription (line 128) | public String getDescription() { method setDescription (line 132) | public void setDescription(String description) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/FoundPerson.java class FoundPerson (line 6) | public class FoundPerson { method getLongitude (line 19) | public double getLongitude() { method setLongitude (line 23) | public void setLongitude(double longitude) { method getLatitude (line 27) | public double getLatitude() { method setLatitude (line 31) | public void setLatitude(double latitude) { method getDate (line 35) | public String getDate() { method setDate (line 39) | public void setDate(String date) { method getCity (line 43) | public String getCity() { method setCity (line 47) | public void setCity(String city) { method getFoundPerson (line 53) | public static FoundPerson getFoundPerson() method FoundPerson (line 61) | private FoundPerson() method getId (line 66) | public String getId() { method setId (line 70) | public void setId(String id) { method getName (line 74) | public String getName() { return name; } method setName (line 76) | public void setName(String name) { this.name = name; } FILE: app/src/main/java/com/helloworld/goodpoint/pojo/LostItem.java class LostItem (line 6) | public class LostItem { method LostItem (line 7) | public LostItem(String type, String serial_number, String brand, Strin... method LostItem (line 15) | public LostItem(String type, String serial_number, String brand, Strin... method getLostItem (line 64) | public static LostItem getLostItem() method LostItem (line 72) | private LostItem() method getUser_id (line 77) | public String getUser_id() { method setUser_id (line 81) | public void setUser_id(String user_id) { method getId (line 85) | public String getId() { return id; } method setId (line 87) | public void setId(String id) { this.id = id; } method setDate (line 89) | public void setDate(String date) { method getDate (line 93) | public String getDate() { return date; } method getCity (line 95) | public String getCity() { method setCity (line 99) | public void setCity(String city) { method getType (line 103) | public String getType() { method setType (line 107) | public void setType(String type) { method getSerial_number (line 111) | public String getSerial_number() { method setSerial_number (line 115) | public void setSerial_number(String serial_number) { method getBrand (line 119) | public String getBrand() { method setBrand (line 123) | public void setBrand(String brand) { method getColor (line 127) | public String getColor() { method setColor (line 131) | public void setColor(String color) { method getDescription (line 135) | public String getDescription() { method setDescription (line 139) | public void setDescription(String description) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/LostObject.java class LostObject (line 6) | public class LostObject { method getId (line 16) | public int getId() { method setId (line 20) | public void setId(int id) { method LostObject (line 31) | public LostObject(String user_id, String date, String city) { method getUser_id (line 37) | public String getUser_id() { method setUser_id (line 41) | public void setUser_id(String user_id) { method getDate (line 45) | public String getDate() { method setDate (line 49) | public void setDate(String date) { method getCity (line 53) | public String getCity() { method setCity (line 57) | public void setCity(String city) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/LostPerson.java class LostPerson (line 6) | public class LostPerson { method getDate (line 17) | public String getDate() { method setDate (line 21) | public void setDate(String date) { method getCity (line 25) | public String getCity() { method setCity (line 29) | public void setCity(String city) { method getLostPerson (line 34) | public static LostPerson getLostPerson() method LostPerson (line 42) | private LostPerson() method getId (line 47) | public String getId() { method setId (line 51) | public void setId(String id) { method getName (line 55) | public String getName() { return name; } method setName (line 57) | public void setName(String name) { this.name = name; } FILE: app/src/main/java/com/helloworld/goodpoint/pojo/NotificationItem.java class NotificationItem (line 11) | public class NotificationItem { method getId (line 38) | public String getId() { method setId (line 42) | public void setId(String id) { method getTitle (line 46) | public String getTitle() { method setTitle (line 50) | public void setTitle(String title) { method getDescription (line 54) | public String getDescription() { method setDescription (line 58) | public void setDescription(String description) { method getType (line 62) | public int getType() { method setType (line 66) | public void setType(int type) { method getDate (line 70) | public Date getDate() { method setDate (line 74) | public void setDate(Date date) { method isRead (line 78) | public boolean isRead() { method setRead (line 82) | public void setRead(boolean read) { method getUserId (line 86) | public int getUserId() { method setUserId (line 90) | public void setUserId(int userId) { method isSent (line 94) | public boolean isSent() { method setSent (line 98) | public void setSent(boolean sent) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/ObjectLocation.java class ObjectLocation (line 7) | public class ObjectLocation { method ObjectLocation (line 19) | public ObjectLocation(double longitude, double latitude, int userId) { method getUserId (line 24) | public int getUserId() { method getLongitude (line 28) | public double getLongitude() { method setLongitude (line 32) | public void setLongitude(double longitude) { method getLatitude (line 36) | public double getLatitude() { method setLatitude (line 40) | public void setLatitude(double latitude) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/RegUser.java class RegUser (line 6) | public class RegUser { method RegUser (line 31) | public RegUser(String username, String password, String first_name, St... method getUsername (line 41) | public String getUsername() { method setUsername (line 45) | public void setUsername(String username) { method getPassword (line 49) | public String getPassword() { method setPassword (line 53) | public void setPassword(String password) { method getFirst_name (line 57) | public String getFirst_name() { method setFirst_name (line 61) | public void setFirst_name(String first_name) { method getPhone (line 65) | public String getPhone() { method setPhone (line 69) | public void setPhone(String phone) { method getCity (line 73) | public String getCity() { method setCity (line 77) | public void setCity(String city) { method getBirthdate (line 81) | public String getBirthdate() { method setBirthdate (line 85) | public void setBirthdate(String birthdate) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/Token.java class Token (line 6) | public class Token { method getToken (line 16) | public static Token getToken(){ method Token (line 23) | public Token( String refresh, String access) { method Token (line 28) | public Token() { method getRefresh (line 31) | public String getRefresh() { method setRefresh (line 35) | public void setRefresh(String refresh) { method getAccess (line 39) | public String getAccess() { method setAccess (line 43) | public void setAccess(String access) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/User.java class User (line 11) | public class User { method getUser (line 47) | public static User getUser() method userLogout (line 58) | public static void userLogout(){ method getLosts (line 62) | public List getLosts() { method getFounds (line 66) | public List getFounds() { method getId (line 70) | public String getId() { method setId (line 74) | public void setId(String id) { method getUsername (line 78) | public String getUsername() { method setUsername (line 82) | public void setUsername(String username) { method getEmail (line 86) | public String getEmail() { method setEmail (line 90) | public void setEmail(String email) { method getPhone (line 94) | public String getPhone() { method setPhone (line 98) | public void setPhone(String phone) { method getCity (line 102) | public String getCity() { method setCity (line 106) | public void setCity(String city) { method getBirthdate (line 110) | public String getBirthdate() { method setBirthdate (line 114) | public void setBirthdate(String birthdate) { this.birthdate = birthdat... method getProfile_pic (line 116) | public String getProfile_pic() { return profile_pic; } method setProfile_pic (line 118) | public void setProfile_pic(String profile_pic) { this.profile_pic = pr... method getProfile_bitmap (line 120) | public Bitmap getProfile_bitmap() { method setProfile_bitmap (line 124) | public void setProfile_bitmap(Bitmap profile_bitmap) { method getId_card_pic (line 128) | public String getId_card_pic() { method setId_card_pic (line 132) | public void setId_card_pic(String id_card_pic) { FILE: app/src/main/java/com/helloworld/goodpoint/pojo/UserMap.java class UserMap (line 6) | public class UserMap { method UserMap (line 18) | public UserMap(String name, String email, String phone) { method getName (line 24) | public String getName() { method setName (line 28) | public void setName(String name) { method getEmail (line 32) | public String getEmail() { method setEmail (line 36) | public void setEmail(String email) { method getPhone (line 40) | public String getPhone() { method setPhone (line 44) | public void setPhone(String phone) { FILE: app/src/main/java/com/helloworld/goodpoint/retrofit/ApiClient.java class ApiClient (line 9) | public class ApiClient { method getApiClient (line 16) | public static Retrofit getApiClient(String link) { FILE: app/src/main/java/com/helloworld/goodpoint/retrofit/ApiInterface.java type ApiInterface (line 30) | public interface ApiInterface { method storePost (line 32) | @FormUrlEncoded method storePost (line 40) | @Multipart method getToken (line 48) | @FormUrlEncoded method refresh (line 52) | @FormUrlEncoded method getData (line 57) | @POST("auth/signin/") method setIdCard (line 60) | @Multipart method storeLostObj (line 66) | @FormUrlEncoded method storeLostItem (line 70) | @FormUrlEncoded method storeLostItem (line 76) | @Multipart method storeLostPerson (line 82) | @Multipart method storeFoundObj (line 89) | @FormUrlEncoded method storeFoundItem (line 94) | @FormUrlEncoded method storeFoundPerson (line 100) | @Multipart method getPoint (line 107) | @GET("losts/map/") method getUserMap (line 110) | @GET("losts/founder/{id}") method getObject (line 113) | @GET("losts/lostobject/{id}") method getLItem (line 116) | @GET("losts/LostItemFilter/") method getLostItem (line 119) | @GET("losts/LostItemFilter/") method getLostPerson (line 122) | @GET("losts/lost_person/id={id}/") method getFoundPerson (line 125) | @GET("losts/found_person/id={id}/") method getFoundItem (line 128) | @GET("losts/FoundItemFilter/") method storeNotification (line 133) | @FormUrlEncoded method getNotification (line 139) | @GET("notification/user_id={id}/") method updateRead (line 142) | @FormUrlEncoded method updateSent (line 146) | @FormUrlEncoded method getNewNotification (line 150) | @GET("notification/new/{user_id}/") FILE: app/src/main/java/com/helloworld/goodpoint/retrofit/Decode.java class Decode (line 8) | public class Decode { method decoded (line 11) | public static String decoded(String JWTEncoded) throws Exception { method getJson (line 21) | private static String getJson(String strEncoded) throws UnsupportedEnc... FILE: app/src/main/java/com/helloworld/goodpoint/ui/ActionActivity.java class ActionActivity (line 13) | public class ActionActivity extends AppCompatActivity { method onCreate (line 17) | @Override method lost_btn (line 26) | public void lost_btn(View v){ method found_btn (line 30) | public void found_btn(View v){ FILE: app/src/main/java/com/helloworld/goodpoint/ui/AdapterOfMatchFragment.java class AdapterOfMatchFragment (line 19) | public class AdapterOfMatchFragment extends ArrayAdapter { method AdapterOfMatchFragment (line 30) | public AdapterOfMatchFragment(@NonNull Context context, String[] Rstat... method getView (line 38) | @NonNull class viewHolder (line 65) | class viewHolder{ method viewHolder (line 68) | viewHolder(View v){ FILE: app/src/main/java/com/helloworld/goodpoint/ui/Alert.java class Alert (line 14) | public class Alert extends AppCompatActivity { method onCreate (line 18) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/DetailsActivity.java class DetailsActivity (line 25) | public class DetailsActivity extends AppCompatActivity implements View.O... method onCreate (line 35) | @Override method updateTable (line 50) | private void updateTable() { method init (line 72) | private void init() { method marginOrientation (line 100) | private void marginOrientation() { method onClick (line 114) | @Override method callHim (line 126) | private void callHim() { method sendEmail (line 136) | private void sendEmail() { method onRequestPermissionsResult (line 146) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/ExternalActivity.java class ExternalActivity (line 12) | public class ExternalActivity extends AppCompatActivity { method onCreate (line 16) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/FoundMapFragment.java class FoundMapFragment (line 66) | public class FoundMapFragment extends Fragment implements GoogleMap.OnMa... method onMapReady (line 84) | @SuppressLint("MissingPermission") method onCreateView (line 114) | @Nullable method onViewCreated (line 123) | @Override method locationEnable (line 130) | public boolean locationEnable() { method buildAlertMessageNoGps (line 136) | private void buildAlertMessageNoGps() { method runGoogleMap (line 155) | private void runGoogleMap() { method init (line 209) | private void init() { method onRequestPermissionsResult (line 216) | @Override method onMarkerClick (line 236) | @Override method onClick (line 244) | @Override method callHim (line 256) | private void callHim() { method sendEmail (line 266) | private void sendEmail() { method onActivityResult (line 276) | @Override method getPoints (line 286) | public void getPoints() method getUserMap (line 306) | public void getUserMap(int id) FILE: app/src/main/java/com/helloworld/goodpoint/ui/GlobalVar.java class GlobalVar (line 12) | public class GlobalVar { FILE: app/src/main/java/com/helloworld/goodpoint/ui/HomeActivity.java class HomeActivity (line 51) | public class HomeActivity extends AppCompatActivity implements Navigatio... method onCreate (line 71) | @Override method setBottomNavigator (line 101) | private void setBottomNavigator() { method setToolBarAndDrawer (line 114) | private void setToolBarAndDrawer() { method init (line 123) | private void init() { method onRestart (line 138) | @Override method onCreateOptionsMenu (line 145) | @Override method onOptionsItemSelected (line 152) | @Override method onNavigationItemSelected (line 162) | @Override method createDialog (line 191) | private AlertDialog.Builder createDialog(String title, int icon) { method onBackPressed (line 213) | @Override method showPopup (line 221) | public void showPopup(View v) { //Fab Action method onNavigationItemSelected (line 258) | @Override method getHomeLosts (line 280) | public void getHomeLosts() { method dataIsReady (line 338) | private void dataIsReady() { method getHomeFounds (line 343) | public void getHomeFounds() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/HomeFragment.java class HomeFragment (line 27) | public class HomeFragment extends Fragment { method onCreateView (line 41) | @Override method createObjects (line 83) | private void createObjects(List itemsL,List itemsF) { method loadChild (line 95) | private void loadChild(List AllObjects) { method createGroupList (line 105) | private void createGroupList() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/ID_cardDetection.java class ID_cardDetection (line 53) | public class ID_cardDetection extends AppCompatActivity { method onCreate (line 60) | @Override method bindPreview (line 92) | private void bindPreview(@NonNull ProcessCameraProvider cameraProvider) { method check_there (line 171) | public void check_there(View view) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/IdCard.java class IdCard (line 9) | public class IdCard extends AppCompatActivity { method onCreate (line 11) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/MainActivity.java class MainActivity (line 36) | public class MainActivity extends AppCompatActivity { method onCreate (line 44) | @Override method onResume (line 64) | @Override method onPause (line 70) | @Override method init (line 76) | private void init() { method rotateSplash (line 81) | private void rotateSplash() { method startApp (line 86) | private Thread startApp() { class DownloadProfilePic (line 177) | class DownloadProfilePic extends AsyncTask { method download (line 179) | private Bitmap download(String urlLink) throws IOException { method doInBackground (line 197) | @Override method onPostExecute (line 208) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/MatchFragment.java class MatchFragment (line 20) | public class MatchFragment extends Fragment { method MatchFragment (line 37) | public MatchFragment() { method newInstance (line 50) | public static MatchFragment newInstance(String param1, String param2) { method onCreate (line 59) | @Override method onCreateView (line 70) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/NotificationActivity.java class NotificationActivity (line 57) | public class NotificationActivity extends AppCompatActivity { method onCreate (line 68) | @Override method createList (line 77) | private void createList() { method showView (line 96) | private void showView() { method getImageUri (line 194) | public Uri getImageUri(Bitmap bitmap_Image) { method getRealPathFromURI (line 201) | private String getRealPathFromURI(Uri imageUri) { method onActivityResult (line 212) | @Override method checkVaildIdcard (line 235) | private void checkVaildIdcard() { method init (line 318) | private void init() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/PrefManager.java class PrefManager (line 8) | public class PrefManager { method PrefManager (line 25) | public PrefManager(Context context) { method setFirstTimeLaunch (line 31) | public void setFirstTimeLaunch(boolean isFirstTime) { method isFirstTimeLaunch (line 36) | public boolean isFirstTimeLaunch() { method setLogin (line 40) | public void setLogin(String token){ method setLogout (line 45) | public void setLogout(){ method isLoginned (line 50) | public String isLoginned() { method setNGROKLink (line 54) | public void setNGROKLink(String link){ method getNGROKLink (line 59) | public String getNGROKLink() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/ProfileFragment.java class ProfileFragment (line 25) | public class ProfileFragment extends Fragment { method onCreateView (line 28) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/SigninActivity.java class SigninActivity (line 44) | public class SigninActivity extends AppCompatActivity implements View.On... method onCreate (line 61) | @Override method inti (line 72) | protected void inti() { method onClick (line 90) | @Override method validatePassword (line 107) | private boolean validatePassword() { method validateEmail (line 129) | private boolean validateEmail() { method validAccount (line 143) | private boolean validAccount() { method loginUser (line 150) | public void loginUser(boolean Remember) { class DownloadProfilePic (line 233) | class DownloadProfilePic extends AsyncTask { method onPreExecute (line 237) | @Override method download (line 248) | private Bitmap download(String urlLink) throws IOException { method doInBackground (line 266) | @Override method onPostExecute (line 276) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/SignupActivity.java class SignupActivity (line 59) | public class SignupActivity extends AppCompatActivity { method SignupActivity (line 81) | public SignupActivity() { method onCreate (line 84) | @Override method inti (line 142) | protected void inti() { method onCreateContextMenu (line 173) | @Override method onContextItemSelected (line 182) | @Override method onActivityResult (line 208) | @Override method validateEmail (line 227) | private boolean validateEmail() { method isAlpha (line 240) | public boolean isAlpha(String name) { method validateUsername (line 251) | private boolean validateUsername() { method find_Digit (line 271) | private boolean find_Digit(String s){ method validatePassword (line 282) | private boolean validatePassword() { method validateCity (line 302) | private boolean validateCity() { method validatePhone (line 315) | private boolean validatePhone() { method confirmInput (line 335) | public boolean confirmInput(View v) { method prepareList (line 348) | protected void prepareList() { method onSaveInstanceState (line 377) | public void onSaveInstanceState(@NonNull Bundle outState) method getImageUri (line 383) | public Uri getImageUri(Bitmap bitmap_Image) { method getRealPathFromURI (line 391) | private String getRealPathFromURI(Uri imageUri) { method registerUser (line 402) | public void registerUser() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/SlideAdapter.java class SlideAdapter (line 12) | public class SlideAdapter extends FragmentStatePagerAdapter { method SlideAdapter (line 15) | public SlideAdapter(FragmentManager fm ,List fragmentList){ method getItem (line 20) | @Override method getCount (line 25) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/WelcomeActivity.java class WelcomeActivity (line 25) | public class WelcomeActivity extends AppCompatActivity { method onCreate (line 34) | @Override method launchHomeScreen (line 110) | private void launchHomeScreen (){ method getItem (line 116) | private int getItem(int i) { method createDots (line 119) | private void createDots(int current_position) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/CandidatePage.java class CandidatePage (line 31) | public class CandidatePage extends AppCompatActivity implements AdapterV... method onCreate (line 43) | @Override method buildSubItemList (line 86) | private List buildSubIt... method onItemClick (line 97) | @Override method storeCandidatesNotifictation (line 109) | public void storeCandidatesNotifictation(SubItem item) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/Item.java class Item (line 6) | public class Item { method getItemTitle (line 11) | public String getItemTitle() { method setItemTitle (line 15) | public void setItemTitle(String itemTitle) { method getSubItem (line 19) | public List getSubItem() { method setSubItem (line 23) | public void setSubItem(List subItem) { method Item (line 27) | public Item(String itemTitle, List subItem) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/ItemAdapter.java class ItemAdapter (line 18) | public class ItemAdapter extends RecyclerView.Adapter item,Cont... method onCreateViewHolder (line 28) | @NonNull method onBindViewHolder (line 35) | @Override method getItemCount (line 59) | @Override class ItemViewHolder (line 64) | class ItemViewHolder extends RecyclerView.ViewHolder { method ItemViewHolder (line 69) | ItemViewHolder(View itemView) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/SubItem.java class SubItem (line 3) | public class SubItem { method SubItem (line 10) | public SubItem(String subItemTitle, String subItemDes, String persent,... method getSubItemTitle (line 18) | public String getSubItemTitle() { method setSubItemTitle (line 22) | public void setSubItemTitle(String subItemTitle) { method getSubItemDes (line 26) | public String getSubItemDes() { method setSubItemDes (line 30) | public void setSubItemDes(String subItemDes) { method getPersent (line 34) | public String getPersent() { method setPersent (line 38) | public void setPersent(String persent) { method getPos (line 42) | public int getPos() { method setPos (line 46) | public void setPos(int pos) { method getId (line 50) | public String getId() { method setId (line 54) | public void setId(String id) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/SubItemAdapter.java class SubItemAdapter (line 19) | public class SubItemAdapter extends RecyclerView.Adapter subItem, Context ctx) { method onCreateViewHolder (line 32) | @NonNull method onBindViewHolder (line 40) | @Override method setOnItemClickListener (line 58) | public void setOnItemClickListener(AdapterView.OnItemClickListener onI... method onItemHolderClick (line 62) | public void onItemHolderClick(SubItemAdapter.SubItemViewHolder holder) { method getItemCount (line 67) | @Override class SubItemViewHolder (line 73) | class SubItemViewHolder extends RecyclerView.ViewHolder implements Vie... method SubItemViewHolder (line 80) | public SubItemViewHolder(View itemView, final SubItemAdapter mAdapte... method bindData (line 91) | public void bindData(SubItem list, int position) { method onClick (line 95) | public void onClick(View v){ FILE: app/src/main/java/com/helloworld/goodpoint/ui/candidate/lostitem.java class lostitem (line 3) | public class lostitem { method lostitem (line 6) | public lostitem(String type, String descriotion) { method getType (line 11) | public String getType() { method setType (line 15) | public void setType(String type) { method getDescriotion (line 19) | public String getDescriotion() { method setDescriotion (line 23) | public void setDescriotion(String descriotion) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/check_registration.java class check_registration (line 18) | public class check_registration extends AppCompatActivity { method onCreate (line 23) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/ForgetPassSuccessMessage.java class ForgetPassSuccessMessage (line 15) | public class ForgetPassSuccessMessage extends AppCompatActivity { method onCreate (line 19) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/ForgetPasswordWithEmail.java class ForgetPasswordWithEmail (line 15) | public class ForgetPasswordWithEmail extends AppCompatActivity { method onCreate (line 20) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/ForgetPasswordWithPhone.java class ForgetPasswordWithPhone (line 15) | public class ForgetPasswordWithPhone extends AppCompatActivity { method onCreate (line 21) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/MakeSelection.java class MakeSelection (line 13) | public class MakeSelection extends AppCompatActivity { method onCreate (line 17) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/SetNewPassword.java class SetNewPassword (line 24) | public class SetNewPassword extends AppCompatActivity { method onCreate (line 42) | @SuppressLint("ClickableViewAccessibility") FILE: app/src/main/java/com/helloworld/goodpoint/ui/forgetPasswordScreens/VerifiyCode.java class VerifiyCode (line 15) | public class VerifiyCode extends AppCompatActivity { method onCreate (line 19) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/lostFoundObject/FoundObjectActivity.java class FoundObjectActivity (line 97) | public class FoundObjectActivity extends AppCompatActivity implements Vi... method onCreate (line 121) | @Override method onStart (line 170) | @Override method onClick (line 182) | @Override method CheckMatchPerson (line 285) | private boolean CheckMatchPerson() { class checkFaces (line 299) | class checkFaces extends AsyncTask { method checkFaces (line 304) | private checkFaces(Context context) { method onPreExecute (line 309) | @Override method onPostExecute (line 319) | @Override method doInBackground (line 340) | @Override method CheckMatchObject (line 386) | private boolean CheckMatchObject() { method onActivityResult (line 428) | @Override method onRequestPermissionsResult (line 443) | @Override method getCurrentLocation (line 459) | @SuppressLint("MissingPermission") class CurrentLocation (line 500) | class CurrentLocation extends AsyncTask { method onPreExecute (line 502) | @Override method onPostExecute (line 508) | @Override method doInBackground (line 517) | @Override method isNetworkAvailable (line 540) | public boolean isNetworkAvailable(Context context) { class isInternetAvailable (line 547) | class isInternetAvailable extends AsyncTask { method onPreExecute (line 549) | @Override method onPostExecute (line 555) | @Override method doInBackground (line 563) | @Override method inti (line 576) | protected void inti() { method getType (line 597) | @Override method getImageCheck (line 602) | @Override method getBitmap_Image (line 606) | @Override method getBitmap_ImagePersonImages (line 610) | @Override method onSaveInstanceState (line 616) | @Override method FoundItems (line 628) | public void FoundItems() { method getImageUri (line 679) | public Uri getImageUri(Bitmap bitmap_Image) { method getRealPathFromURI (line 686) | private String getRealPathFromURI(Uri imageUri) { method FoundPerson (line 697) | public void FoundPerson() method getItems (line 734) | public void getItems(FoundItem item, Context context) { method MatchItems (line 763) | public String MatchItems(FoundItem item1, LostItem item2) { method storeCandidatesNotifictation (line 776) | public void storeCandidatesNotifictation(){ FILE: app/src/main/java/com/helloworld/goodpoint/ui/lostFoundObject/LostObjectDetailsActivity.java class LostObjectDetailsActivity (line 66) | public class LostObjectDetailsActivity extends AppCompatActivity impleme... method onCreate (line 84) | @Override method onClick (line 134) | @Override method CheckMatchPerson (line 190) | private boolean CheckMatchPerson() { method CheckMatchObject (line 211) | private boolean CheckMatchObject() { class checkFaces (line 260) | class checkFaces extends AsyncTask { method checkFaces (line 265) | private checkFaces(Context context) { method onPreExecute (line 270) | @Override method onPostExecute (line 280) | @Override method doInBackground (line 296) | @Override method getType (line 342) | @Override method getImageCheck (line 347) | @Override method getBitmap_Image (line 352) | @Override method getBitmap_ImagePersonImages (line 357) | @Override method inti (line 362) | protected void inti() { method onSaveInstanceState (line 384) | @Override method getImageUri (line 395) | public Uri getImageUri(Bitmap bitmap_Image) { method getRealPathFromURI (line 402) | private String getRealPathFromURI(Uri imageUri) { method LostItems (line 413) | public void LostItems() { method LostPerson (line 474) | public void LostPerson() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/lostFoundObject/ObjectFragment.java class ObjectFragment (line 36) | public class ObjectFragment extends Fragment implements AdapterView.OnIt... method onCreate (line 47) | @Override method onCreateView (line 61) | @Override method onClick (line 103) | @Override method onActivityResult (line 120) | @Override method onItemSelected (line 137) | @Override method onNothingSelected (line 152) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/lostFoundObject/PersonFragment.java class PersonFragment (line 45) | public class PersonFragment extends Fragment implements View.OnClickList... method onCreate (line 56) | @Override method onCreateView (line 67) | @Override method onClick (line 83) | @Override method onActivityResult (line 139) | @Override class checkIfAllImagesContainFacesOrNot (line 201) | class checkIfAllImagesContainFacesOrNot extends AsyncTask... method onPreExecute (line 203) | @Override method onPostExecute (line 209) | @Override method doInBackground (line 270) | @Override method setOnClickListeners (line 302) | private void setOnClickListeners() { FILE: app/src/main/java/com/helloworld/goodpoint/ui/lostFoundObject/objectDataType.java type objectDataType (line 8) | public interface objectDataType { method getType (line 9) | public void getType(String Type); method getImageCheck (line 10) | public void getImageCheck(Boolean check); method getBitmap_Image (line 11) | public void getBitmap_Image(Bitmap Bitmap_Image); method getBitmap_ImagePersonImages (line 12) | public void getBitmap_ImagePersonImages(List Bitmap_Images); FILE: app/src/main/java/com/helloworld/goodpoint/ui/myService/MyService.java class MyService (line 8) | public class MyService extends Service { method MyService (line 9) | public MyService() { method onCreate (line 12) | @Override method onStartCommand (line 25) | @Override method onDestroy (line 31) | @Override method onBind (line 37) | @Override FILE: app/src/main/java/com/helloworld/goodpoint/ui/myService/NotificationBroadcast.java class NotificationBroadcast (line 42) | public class NotificationBroadcast extends BroadcastReceiver { method onReceive (line 47) | @Override method newNotification (line 97) | private void newNotification(Context context) { method createNotification (line 105) | private void createNotification(Context context, String id, String tit... method showNotification (line 130) | private void showNotification(Context context, String id, String title... FILE: app/src/main/java/com/helloworld/goodpoint/ui/prepareList.java class prepareList (line 13) | public class prepareList { method prepareList (line 14) | public List prepareList(Context con) { method prepareListColor (line 44) | public List prepareListColor(Context con) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/select_multiple_faces/ItemList.java class ItemList (line 8) | public class ItemList { method ItemList (line 13) | public ItemList(Bitmap ItemImage, List subItemList) { method getSubItemList (line 19) | public List getSubItemList() { method setSubItemList (line 23) | public void setSubItemList(List subItemList) { method getItemImage (line 27) | public Bitmap getItemImage() { method setItemImage (line 31) | public void setItemImage(Bitmap itemImage) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/select_multiple_faces/ItemListAdapter.java class ItemListAdapter (line 18) | public class ItemListAdapter extends RecyclerView.Adapter subItemList, Context ctx) { method onCreateViewHolder (line 31) | @NonNull method onBindViewHolder (line 39) | @Override method setOnItemClickListener (line 54) | public void setOnItemClickListener(AdapterView.OnItemClickListener onI... method onItemHolderClick (line 58) | public void onItemHolderClick(SubItemViewHolder holder) { method getItemCount (line 63) | @Override class SubItemViewHolder (line 69) | class SubItemViewHolder extends RecyclerView.ViewHolder implements Vie... method SubItemViewHolder (line 74) | public SubItemViewHolder(View itemView, final SubItemListAdapter mAd... method bindData (line 83) | public void bindData(SubItemList list, int position) { method onClick (line 87) | public void onClick(View v){ FILE: app/src/main/java/com/helloworld/goodpoint/ui/sub.java class sub (line 7) | public class sub implements Serializable { method getPos (line 10) | public int getPos() { method setPos (line 14) | public void setPos(int pos) { method sub (line 21) | public sub(Bitmap subItemImage,int pos) { method getSubItemImage (line 27) | public Bitmap getSubItemImage() { method setSubItemImage (line 31) | public void setSubItemImage(Bitmap subItemImage) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/subAdapter.java class subAdapter (line 19) | public class subAdapter extends RecyclerView.Adapter subItemList, Context ctx) { method onCreateViewHolder (line 31) | @NonNull method onBindViewHolder (line 39) | @Override method setOnItemClickListener (line 48) | public void setOnItemClickListener(AdapterView.OnItemClickListener onI... method onItemHolderClick (line 52) | public void onItemHolderClick(subViewHolder holder) { method getItemCount (line 57) | @Override class subViewHolder (line 63) | class subViewHolder extends RecyclerView.ViewHolder { method subViewHolder (line 68) | public subViewHolder(View itemView, final subAdapter mAdapter) { FILE: app/src/main/java/com/helloworld/goodpoint/ui/test.java class test (line 46) | public class test extends AppCompatActivity { method onCreate (line 53) | @Override method createCard (line 73) | private void createCard() { method getImageUri (line 86) | public Uri getImageUri(Bitmap bitmap_Image) { method getRealPathFromURI (line 93) | private String getRealPathFromURI(Uri imageUri) { method FoundPerson (line 104) | public void FoundPerson() method LostPerson (line 147) | public void LostPerson() { method buildSubItemList (line 194) | private List buildSubItemList(List faces) { FILE: app/src/main/java/com/helloworld/goodpoint/utils/Draw.java class Draw (line 15) | public class Draw extends View { method init (line 20) | public void init(int i){ method Draw (line 36) | public Draw(Context context, String Tex) { method onDraw (line 44) | protected void onDraw(Canvas canvas) { FILE: app/src/main/java/fragments/PageFragment1.java class PageFragment1 (line 14) | public class PageFragment1 extends Fragment { method onCreateView (line 15) | @Nullable FILE: app/src/main/java/fragments/PageFragment2.java class PageFragment2 (line 14) | public class PageFragment2 extends Fragment { method onCreateView (line 15) | @Nullable FILE: app/src/main/java/fragments/PageFragment3.java class PageFragment3 (line 14) | public class PageFragment3 extends Fragment { method onCreateView (line 15) | @Nullable FILE: app/src/test/java/com/helloworld/goodpoint/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: backend/find_losts/admin.py class LostObjectAdmin (line 7) | class LostObjectAdmin(admin.ModelAdmin): class LostItemAdmin (line 12) | class LostItemAdmin(admin.ModelAdmin): FILE: backend/find_losts/apps.py class FindLostsConfig (line 4) | class FindLostsConfig(AppConfig): FILE: backend/find_losts/migrations/0001_initial.py class Migration (line 9) | class Migration(migrations.Migration): FILE: backend/find_losts/migrations/0002_alter_matchedperson_percent.py class Migration (line 6) | class Migration(migrations.Migration): FILE: backend/find_losts/models.py class LostObject (line 8) | class LostObject(models.Model): class Meta (line 14) | class Meta: function lost_person_images (line 18) | def lost_person_images(instance,filename): class LostPersonImage (line 22) | class LostPersonImage(models.Model): class Meta (line 27) | class Meta: class LostPerson (line 31) | class LostPerson(models.Model): class Meta (line 37) | class Meta: class LostItem (line 41) | class LostItem(models.Model): class Meta (line 50) | class Meta: class FoundObject (line 54) | class FoundObject(models.Model): class Meta (line 62) | class Meta: function found_person_images (line 66) | def found_person_images(instance,filename): class FoundPerson (line 70) | class FoundPerson(models.Model): class Meta (line 75) | class Meta: class FoundPersonImage (line 79) | class FoundPersonImage(models.Model): class Meta (line 83) | class Meta: class FoundItem (line 88) | class FoundItem(models.Model): class Meta (line 97) | class Meta: class Candidate (line 101) | class Candidate(models.Model): class Meta (line 109) | class Meta: class MatchedPerson (line 114) | class MatchedPerson(models.Model): class Meta (line 126) | class Meta: FILE: backend/find_losts/serializers.py class LostObjectSerializer (line 10) | class LostObjectSerializer(serializers.ModelSerializer): class Meta (line 11) | class Meta: class LostItemSerializer (line 16) | class LostItemSerializer(serializers.ModelSerializer): class Meta (line 17) | class Meta: method validate (line 21) | def validate(self, attrs): class LostPersonImageSerializer (line 27) | class LostPersonImageSerializer(serializers.ModelSerializer): class Meta (line 28) | class Meta: function match_with_found_person (line 33) | def match_with_found_person(pk): class LostPersonSerializer (line 79) | class LostPersonSerializer(serializers.ModelSerializer): class Meta (line 84) | class Meta: method create (line 89) | def create(self, validated_data): class Lost_PersonSerializer (line 139) | class Lost_PersonSerializer(serializers.ModelSerializer): class Meta (line 141) | class Meta: class FoundObjectSerializer (line 146) | class FoundObjectSerializer(serializers.ModelSerializer): class Meta (line 147) | class Meta: class FoundItemSerializer (line 152) | class FoundItemSerializer(serializers.ModelSerializer): class Meta (line 153) | class Meta: method validate (line 157) | def validate(self, attrs): function match_with_lost_person (line 163) | def match_with_lost_person(pk): class FoundPersonSerializer (line 187) | class FoundPersonSerializer(serializers.ModelSerializer): class Meta (line 194) | class Meta: method create (line 199) | def create(self, validated_data): class Found_PersonSerializer (line 252) | class Found_PersonSerializer(serializers.ModelSerializer): class Meta (line 253) | class Meta: class FoundPersonImageSerializer (line 258) | class FoundPersonImageSerializer(serializers.ModelSerializer): class Meta (line 259) | class Meta: class MapSerializer (line 264) | class MapSerializer(serializers.ModelSerializer): class Meta (line 269) | class Meta: FILE: backend/find_losts/views.py class LostItemView (line 27) | class LostItemView(generics.ListCreateAPIView): class LostObjectView (line 32) | class LostObjectView(generics.ListCreateAPIView): method create (line 36) | def create(self, request, *args, **kwargs): class LostObjectFilter (line 48) | class LostObjectFilter(ListAPIView): class LostObjectDetailsView (line 55) | class LostObjectDetailsView(generics.RetrieveUpdateDestroyAPIView): class LostItemFilter (line 63) | class LostItemFilter(ListAPIView): class FoundObjectFilter (line 72) | class FoundObjectFilter(ListAPIView): class FoundItemFilter (line 81) | class FoundItemFilter(ListAPIView): class LostItemDetailsView (line 88) | class LostItemDetailsView(generics.RetrieveUpdateDestroyAPIView): class LostPersonView (line 93) | class LostPersonView(generics.ListCreateAPIView): class Lost_PersonView2 (line 99) | class Lost_PersonView2(generics.UpdateAPIView): class Lost_PersonView (line 105) | class Lost_PersonView(generics.RetrieveUpdateDestroyAPIView): class LostPersonDetailsView (line 112) | class LostPersonDetailsView(generics.RetrieveUpdateDestroyAPIView): class LostPersonImageView (line 117) | class LostPersonImageView(generics.ListCreateAPIView): class LostPersonImageDetailsView (line 121) | class LostPersonImageDetailsView(generics.RetrieveUpdateDestroyAPIView): class FoundObjectView (line 126) | class FoundObjectView(generics.ListCreateAPIView): class FoundObjectDetalisView (line 130) | class FoundObjectDetalisView(generics.RetrieveUpdateDestroyAPIView): class FoundItemView (line 135) | class FoundItemView(generics.ListCreateAPIView): class FoundItemDetailsView (line 139) | class FoundItemDetailsView(generics.RetrieveUpdateDestroyAPIView): class FoundPersonView (line 144) | class FoundPersonView(generics.ListCreateAPIView): class Found_PersonView (line 150) | class Found_PersonView(generics.RetrieveUpdateDestroyAPIView): class FoundPersonImageView (line 157) | class FoundPersonImageView(generics.ListCreateAPIView): class MapView (line 162) | class MapView(generics.ListAPIView): function comp_lostView (line 166) | def comp_lostView(request, city): class Comp_ViewSet (line 179) | class Comp_ViewSet(viewsets.ViewSet): method retrieve (line 181) | def retrieve(self, request, pk): FILE: backend/manage.py function main (line 7) | def main(): FILE: backend/notification/apps.py class NotificationConfig (line 4) | class NotificationConfig(AppConfig): FILE: backend/notification/migrations/0001_initial.py class Migration (line 6) | class Migration(migrations.Migration): FILE: backend/notification/migrations/0002_notification_user_id.py class Migration (line 8) | class Migration(migrations.Migration): FILE: backend/notification/models.py class Notification (line 7) | class Notification(models.Model): class Meta (line 16) | class Meta: FILE: backend/notification/serializers.py class NotificationSerializer (line 7) | class NotificationSerializer(serializers.ModelSerializer): class Meta (line 9) | class Meta: class UpdateReadNotificationSerializer (line 14) | class UpdateReadNotificationSerializer(serializers.ModelSerializer): class Meta (line 16) | class Meta: class UpdateSentNotificationSerializer (line 21) | class UpdateSentNotificationSerializer(serializers.ModelSerializer): class Meta (line 23) | class Meta: class RetrieveNewNotificationSerializer (line 27) | class RetrieveNewNotificationSerializer(serializers.ModelSerializer): class Meta (line 29) | class Meta: FILE: backend/notification/views.py class NotificationView (line 10) | class NotificationView(generics.ListCreateAPIView): class UserNotificationView (line 15) | class UserNotificationView(generics.ListAPIView): method get_queryset (line 18) | def get_queryset(self): class UpdateReadNotification (line 23) | class UpdateReadNotification(generics.UpdateAPIView): class UpdateSentNotification (line 29) | class UpdateSentNotification(generics.UpdateAPIView): class IsThereNewNotification (line 35) | class IsThereNewNotification(generics.ListAPIView): method get_queryset (line 38) | def get_queryset(self): FILE: backend/user_account/apps.py class UserAccountConfig (line 4) | class UserAccountConfig(AppConfig): FILE: backend/user_account/migrations/0001_initial.py class Migration (line 10) | class Migration(migrations.Migration): FILE: backend/user_account/models.py function profile_pic_dir (line 8) | def profile_pic_dir(instance, filename): function idcard_pic_dir (line 12) | def idcard_pic_dir(instance, filename): class User (line 16) | class User(AbstractUser): method __str__ (line 24) | def __str__(self): method tokens (line 27) | def tokens(self): class Meta (line 34) | class Meta: FILE: backend/user_account/serializers.py class SignupSerializer (line 6) | class SignupSerializer(serializers.ModelSerializer): class Meta (line 9) | class Meta: method validate (line 13) | def validate(self, attrs): method create (line 30) | def create(self, validated_data): class LogoutSerializer (line 34) | class LogoutSerializer(serializers.Serializer): method validate (line 37) | def validate(self, attrs): method save (line 41) | def save(self, **kwargs): method update (line 47) | def update(self, instance, validated_data): method create (line 50) | def create(self, validated_data): class WhoFoundItemSerializer (line 54) | class WhoFoundItemSerializer(serializers.ModelSerializer): class Meta (line 58) | class Meta: class IdCardSerializer (line 63) | class IdCardSerializer(serializers.ModelSerializer): class Meta (line 65) | class Meta: FILE: backend/user_account/views.py class SignupView (line 14) | class SignupView(generics.CreateAPIView): class LoginView (line 19) | class LoginView(APIView): method post (line 22) | def post(self, request): class LogoutView (line 47) | class LogoutView(GenericAPIView): method post (line 51) | def post(self, request): class WhoFoundItemView (line 60) | class WhoFoundItemView(generics.RetrieveAPIView): class SetIdCard (line 66) | class SetIdCard(generics.UpdateAPIView): method patch (line 71) | def patch(self, request, *args, **kwargs): FILE: lib_task_api/src/main/java/com/example/lib_task_api/Detector.java type Detector (line 24) | public interface Detector { method recognizeImage (line 25) | List recognizeImage(Bitmap bitmap); method enableStatLogging (line 27) | void enableStatLogging(final boolean debug); method getStatString (line 29) | String getStatString(); method close (line 31) | void close(); method setNumThreads (line 33) | void setNumThreads(int numThreads); method setUseNNAPI (line 35) | void setUseNNAPI(boolean isChecked); class Recognition (line 38) | public class Recognition { method Recognition (line 56) | public Recognition( method getId (line 64) | public String getId() { method getTitle (line 68) | public String getTitle() { method getConfidence (line 72) | public Float getConfidence() { method getLocation (line 76) | public RectF getLocation() { method setLocation (line 80) | public void setLocation(RectF location) { method toString (line 84) | @Override FILE: lib_task_api/src/main/java/com/example/lib_task_api/TFLiteObjectDetectionAPIModel.java class TFLiteObjectDetectionAPIModel (line 51) | public class TFLiteObjectDetectionAPIModel implements Detector { method create (line 77) | public static Detector create( method TFLiteObjectDetectionAPIModel (line 87) | private TFLiteObjectDetectionAPIModel(Context context, String modelFil... method recognizeImage (line 93) | @Override method enableStatLogging (line 117) | @Override method getStatString (line 120) | @Override method close (line 125) | @Override method setNumThreads (line 132) | @Override method setUseNNAPI (line 140) | @Override method recreateDetector (line 147) | private void recreateDetector() { FILE: lib_task_api/src/test/java/com/example/lib_task_api/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test FILE: mylibrary/src/main/java/com/example/lib_task_api/Detector.java type Detector (line 22) | public interface Detector { method recognizeImage (line 23) | String recognizeImage(Bitmap bitmap); method close (line 24) | void close(); method setNumThreads (line 26) | void setNumThreads(int numThreads); method setUseNNAPI (line 28) | void setUseNNAPI(boolean isChecked); class Recognition (line 31) | public class Recognition { method Recognition (line 49) | public Recognition( method getId (line 57) | public String getId() { method getTitle (line 61) | public String getTitle() { method getConfidence (line 65) | public Float getConfidence() { method getLocation (line 69) | public RectF getLocation() { method setLocation (line 73) | public void setLocation(RectF location) { method toString (line 77) | @Override FILE: mylibrary/src/main/java/com/example/lib_task_api/TFLiteObjectDetectionAPIModel.java class TFLiteObjectDetectionAPIModel (line 57) | public class TFLiteObjectDetectionAPIModel implements Detector { method TFLiteObjectDetectionAPIModel (line 98) | private TFLiteObjectDetectionAPIModel() {} method loadModelFile (line 101) | private static MappedByteBuffer loadModelFile(AssetManager assets, Str... method create (line 119) | public static Detector create( method recognizeImage (line 175) | @Override method close (line 301) | @Override method setNumThreads (line 309) | @Override method setUseNNAPI (line 317) | @Override method recreateInterpreter (line 325) | private void recreateInterpreter() { FILE: mylibrary/src/test/java/com/example/lib_task_api/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test