SYMBOL INDEX (613 symbols across 83 files) FILE: admob/app/src/main/java/com/google/samples/quickstart/admobexample/java/FirstFragment.java class FirstFragment (line 26) | class FirstFragment extends Fragment { method onCreateView (line 36) | @Nullable method onViewCreated (line 43) | @Override method requestNewInterstitial (line 74) | private void requestNewInterstitial() { method beginSecondActivity (line 112) | private void beginSecondActivity() { method onPause (line 117) | @Override method onResume (line 126) | @Override method onDestroy (line 138) | @Override method getAdView (line 146) | @VisibleForTesting method checkIds (line 151) | private void checkIds() { FILE: admob/app/src/main/java/com/google/samples/quickstart/admobexample/java/MainActivity.java class MainActivity (line 24) | public class MainActivity extends AppCompatActivity { method onCreate (line 26) | @Override FILE: admob/app/src/main/java/com/google/samples/quickstart/admobexample/java/SecondFragment.java class SecondFragment (line 10) | class SecondFragment extends Fragment { method onCreateView (line 12) | @Override FILE: analytics/app/src/androidTest/java/com/google/firebase/quickstart/analytics/MainActivityTest.java class MainActivityTest (line 28) | @LargeTest method mainActivityTest (line 35) | @Test method checkTitleText (line 60) | private void checkTitleText(@StringRes int resId) { method selectFavoriteFoodIfPossible (line 65) | private void selectFavoriteFoodIfPossible(String food) { FILE: analytics/app/src/main/java/com/google/firebase/quickstart/analytics/java/ImageFragment.java class ImageFragment (line 34) | public class ImageFragment extends Fragment { method newInstance (line 45) | public static ImageFragment newInstance(int resId) { method ImageFragment (line 53) | public ImageFragment() { method onCreate (line 56) | @Override method onCreateView (line 64) | @Override FILE: analytics/app/src/main/java/com/google/firebase/quickstart/analytics/java/ImageInfo.java class ImageInfo (line 22) | public class ImageInfo { method ImageInfo (line 35) | public ImageInfo(int image, int title, int id) { FILE: analytics/app/src/main/java/com/google/firebase/quickstart/analytics/java/MainActivity.java class MainActivity (line 51) | public class MainActivity extends AppCompatActivity { method onCreate (line 87) | @Override method onResume (line 136) | @Override method askFavoriteFood (line 146) | private void askFavoriteFood() { method getUserFavoriteFood (line 166) | private String getUserFavoriteFood() { method setUserFavoriteFood (line 175) | private void setUserFavoriteFood(String food) { method onCreateOptionsMenu (line 188) | @Override method onOptionsItemSelected (line 194) | @Override method getCurrentImageTitle (line 222) | private String getCurrentImageTitle() { method getCurrentImageId (line 233) | private String getCurrentImageId() { method recordImageView (line 243) | private void recordImageView() { method recordScreenView (line 260) | private void recordScreenView() { class ImagePagerAdapter (line 276) | public class ImagePagerAdapter extends FragmentStateAdapter { method ImagePagerAdapter (line 280) | public ImagePagerAdapter(FragmentManager fm, ImageInfo[] infos, Life... method getPageTitle (line 285) | public CharSequence getPageTitle(int position) { method createFragment (line 294) | @NonNull method getItemCount (line 301) | @Override FILE: appdistribution/app/src/androidTest/java/com/google/firebase/appdistributionquickstart/InstrumentedTest.java class InstrumentedTest (line 36) | @RunWith(AndroidJUnit4.class) method setUp (line 44) | @Before method tearDown (line 49) | @After method testFiamDisplaysOnForegroundCampaign (line 55) | @Test method testFiamDisplaysContextualTriggerCampaign (line 61) | @Test method reopen_app (line 67) | private void reopen_app() { method press_recent (line 72) | private void press_recent() { method press_back (line 81) | private void press_back() { method sleep (line 87) | private void sleep() { method getView (line 95) | @NonNull FILE: appdistribution/app/src/main/java/com/google/firebase/appdistributionquickstart/java/MainActivity.java class MainActivity (line 11) | public class MainActivity extends AppCompatActivity { method onCreate (line 17) | @Override method onResume (line 26) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/AnonymousAuthFragment.java class AnonymousAuthFragment (line 41) | public class AnonymousAuthFragment extends BaseFragment { method onCreateView (line 48) | @Nullable method onViewCreated (line 56) | @Override method onStart (line 86) | @Override method signInAnonymously (line 94) | private void signInAnonymously() { method signOut (line 118) | private void signOut() { method linkAccount (line 123) | private void linkAccount() { method validateLinkForm (line 159) | private boolean validateLinkForm() { method updateUI (line 181) | private void updateUI(FirebaseUser user) { method onDestroyView (line 203) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/BaseActivity.java class BaseActivity (line 11) | public class BaseActivity extends AppCompatActivity { method setProgressBar (line 16) | public void setProgressBar(ProgressBar progressBar) { method showProgressBar (line 20) | public void showProgressBar() { method hideProgressBar (line 26) | public void hideProgressBar() { method hideKeyboard (line 32) | public void hideKeyboard(View view) { method onStop (line 39) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/BaseFragment.java class BaseFragment (line 11) | public class BaseFragment extends Fragment { method setProgressBar (line 16) | public void setProgressBar(ProgressBar progressBar) { method showProgressBar (line 20) | public void showProgressBar() { method hideProgressBar (line 26) | public void hideProgressBar() { method hideKeyboard (line 32) | public void hideKeyboard(View view) { method onStop (line 40) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/ChooserFragment.java class ChooserFragment (line 50) | public class ChooserFragment extends Fragment { method onCreateView (line 93) | @Nullable method onViewCreated (line 100) | @Override class MyArrayAdapter (line 118) | public static class MyArrayAdapter extends ArrayAdapter { method MyArrayAdapter (line 123) | public MyArrayAdapter(Context context, int resource) { method getView (line 129) | @Override method setDescriptionIds (line 144) | public void setDescriptionIds(int[] descriptionIds) { method onDestroyView (line 149) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/CustomAuthFragment.java class CustomAuthFragment (line 40) | public class CustomAuthFragment extends Fragment { method onCreateView (line 50) | @Nullable method onViewCreated (line 57) | @Override method onStart (line 81) | @Override method onResume (line 89) | @Override method onPause (line 96) | @Override method startSignIn (line 102) | private void startSignIn() { method updateUI (line 124) | private void updateUI(FirebaseUser user) { method setCustomToken (line 132) | private void setCustomToken(String token) { method onDestroyView (line 147) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/EmailPasswordFragment.java class EmailPasswordFragment (line 41) | public class EmailPasswordFragment extends BaseFragment { method onCreateView (line 49) | @Nullable method onViewCreated (line 56) | @Override method onStart (line 101) | @Override method createAccount (line 111) | private void createAccount(String email, String password) { method signIn (line 141) | private void signIn(String email, String password) { method signOut (line 175) | private void signOut() { method sendEmailVerification (line 180) | private void sendEmailVerification() { method reload (line 207) | private void reload() { method validateForm (line 226) | private boolean validateForm() { method updateUI (line 248) | private void updateUI(FirebaseUser user) { method checkForMultiFactorFailure (line 274) | private void checkForMultiFactorFailure(Exception e) { method onDestroyView (line 288) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/FacebookLoginFragment.java class FacebookLoginFragment (line 49) | public class FacebookLoginFragment extends BaseFragment { method onCreateView (line 59) | @Nullable method onViewCreated (line 66) | @Override method onStart (line 107) | @Override method handleFacebookAccessToken (line 115) | private void handleFacebookAccessToken(AccessToken token) { method signOut (line 142) | public void signOut() { method updateUI (line 149) | private void updateUI(FirebaseUser user) { FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/FirebaseUIFragment.java class FirebaseUIFragment (line 33) | public class FirebaseUIFragment extends Fragment { method onCreateView (line 46) | @Nullable method onViewCreated (line 53) | @Override method onDestroyView (line 74) | @Override method onStart (line 80) | @Override method onSignInResult (line 86) | private void onSignInResult(FirebaseAuthUIAuthenticationResult result) { method startSignIn (line 97) | private void startSignIn() { method updateUI (line 108) | private void updateUI(FirebaseUser user) { method signOut (line 126) | private void signOut() { FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/GenericIdpFragment.java class GenericIdpFragment (line 49) | @SuppressWarnings("Convert2Lambda") method onCreateView (line 68) | @Nullable method onViewCreated (line 75) | @Override method onStart (line 113) | @Override method signIn (line 140) | private void signIn() { method getProviderId (line 169) | private String getProviderId() { method updateUI (line 174) | private void updateUI(FirebaseUser user) { method showToast (line 193) | private void showToast(String message) { method onDestroyView (line 197) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/GoogleSignInFragment.java class GoogleSignInFragment (line 53) | public class GoogleSignInFragment extends BaseFragment { method onCreateView (line 62) | @Nullable method onViewCreated (line 69) | @Override method onStart (line 90) | @Override method signIn (line 98) | private void signIn() { method showBottomSheet (line 112) | private void showBottomSheet() { method launchCredentialManager (line 127) | private void launchCredentialManager(GetCredentialRequest request) { method createGoogleIdToken (line 148) | private void createGoogleIdToken(Credential credential) { method firebaseAuthWithGoogle (line 166) | private void firebaseAuthWithGoogle(String idToken) { method signOut (line 186) | private void signOut() { method updateUI (line 210) | private void updateUI(FirebaseUser user) { method onDestroyView (line 229) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/MainActivity.java class MainActivity (line 11) | public class MainActivity extends AppCompatActivity { method onCreate (line 13) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/MultiFactorEnrollFragment.java class MultiFactorEnrollFragment (line 34) | public class MultiFactorEnrollFragment extends BaseFragment { method onCreateView (line 42) | @Nullable method onViewCreated (line 49) | @Override method onClickVerifyPhoneNumber (line 70) | private void onClickVerifyPhoneNumber() { method onClickSignInWithPhoneNumber (line 133) | private void onClickSignInWithPhoneNumber() { method enrollWithPhoneAuthCredential (line 142) | private void enrollWithPhoneAuthCredential(PhoneAuthCredential credent... FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/MultiFactorFragment.java class MultiFactorFragment (line 42) | public class MultiFactorFragment extends BaseFragment { method onCreateView (line 50) | @Nullable method onViewCreated (line 57) | @Override method onStart (line 109) | @Override method signOut (line 117) | private void signOut() { method sendEmailVerification (line 122) | private void sendEmailVerification() { method reload (line 149) | private void reload() { method updateUI (line 168) | private void updateUI(FirebaseUser user) { method showDisclaimer (line 214) | private void showDisclaimer() { method onDestroyView (line 224) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/MultiFactorSignInFragment.java class MultiFactorSignInFragment (line 37) | public class MultiFactorSignInFragment extends BaseFragment { method onCreateView (line 48) | @Nullable method onViewCreated (line 55) | @Override method onSaveInstanceState (line 106) | @Override method onViewStateRestored (line 112) | @Override method generateCallbacks (line 120) | private PhoneAuthProvider.OnVerificationStateChangedCallbacks generate... method getResolverFromArguments (line 144) | private MultiFactorResolver getResolverFromArguments(Bundle arguments) { method onClickFinishSignIn (line 148) | private void onClickFinishSignIn() { method onDestroyView (line 179) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/MultiFactorUnenrollFragment.java class MultiFactorUnenrollFragment (line 24) | public class MultiFactorUnenrollFragment extends BaseFragment { method onCreateView (line 28) | @Nullable method onViewCreated (line 35) | @Override method onDestroyView (line 88) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/PasswordlessActivity.java class PasswordlessActivity (line 28) | public class PasswordlessActivity extends BaseActivity implements View.O... method onCreate (line 40) | @Override method onStart (line 64) | @Override method onNewIntent (line 70) | @Override method onSaveInstanceState (line 76) | @Override method checkIntent (line 87) | private void checkIntent(@Nullable Intent intent) { method intentHasEmailLink (line 104) | private boolean intentHasEmailLink(@Nullable Intent intent) { method sendSignInLink (line 118) | private void sendSignInLink(String email) { method signInWithEmailLink (line 160) | private void signInWithEmailLink(String email, String link) { method onSendLinkClicked (line 190) | private void onSendLinkClicked() { method onSignInClicked (line 200) | private void onSignInClicked() { method onSignOutClicked (line 210) | private void onSignOutClicked() { method updateUI (line 217) | private void updateUI(@Nullable FirebaseUser user) { method showSnackbar (line 232) | private void showSnackbar(String message) { method onClick (line 236) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/PhoneAuthFragment.java class PhoneAuthFragment (line 31) | public class PhoneAuthFragment extends Fragment { method onCreateView (line 53) | @Nullable method onViewCreated (line 60) | @Override method onStart (line 166) | @Override method onSaveInstanceState (line 178) | @Override method onViewStateRestored (line 184) | @Override method startPhoneNumberVerification (line 192) | private void startPhoneNumberVerification(String phoneNumber) { method verifyPhoneNumberWithCode (line 205) | private void verifyPhoneNumberWithCode(String verificationId, String c... method resendVerificationCode (line 210) | private void resendVerificationCode(String phoneNumber, method signInWithPhoneAuthCredential (line 223) | private void signInWithPhoneAuthCredential(PhoneAuthCredential credent... method signOut (line 248) | private void signOut() { method updateUI (line 253) | private void updateUI(int uiState) { method updateUI (line 257) | private void updateUI(FirebaseUser user) { method updateUI (line 265) | private void updateUI(int uiState, FirebaseUser user) { method updateUI (line 269) | private void updateUI(int uiState, PhoneAuthCredential cred) { method updateUI (line 273) | private void updateUI(int uiState, FirebaseUser user, PhoneAuthCredent... method validatePhoneNumber (line 338) | private boolean validatePhoneNumber() { method enableViews (line 348) | private void enableViews(View... views) { method disableViews (line 354) | private void disableViews(View... views) { method onDestroyView (line 360) | @Override FILE: auth/app/src/main/java/com/google/firebase/quickstart/auth/java/TokenBroadcastReceiver.java class TokenBroadcastReceiver (line 29) | public abstract class TokenBroadcastReceiver extends BroadcastReceiver { method onReceive (line 36) | @Override method getFilter (line 46) | public static IntentFilter getFilter() { method onNewToken (line 51) | public abstract void onNewToken(String token); FILE: config/app/src/androidTest/java/com/google/samples/quickstart/config/MainActivityTest.java class MainActivityTest (line 23) | @LargeTest method testFetchConfig (line 30) | @Test FILE: config/app/src/main/java/com/google/samples/quickstart/config/java/MainActivity.java class MainActivity (line 43) | public class MainActivity extends AppCompatActivity { method onCreate (line 56) | @Override method fetchWelcome (line 122) | private void fetchWelcome() { method displayWelcomeMessage (line 151) | private void displayWelcomeMessage() { FILE: crash/app/src/androidTest/java/com/google/samples/quickstart/crash/MainActivityTest.java class MainActivityTest (line 23) | @LargeTest method caughtExceptionTest (line 30) | @Test FILE: crash/app/src/main/java/com/google/samples/quickstart/crash/java/CustomKeySamples.java class CustomKeySamples (line 29) | public class CustomKeySamples { method CustomKeySamples (line 37) | public CustomKeySamples(Context context) { method setSampleCustomKeys (line 44) | public void setSampleCustomKeys() { method updateAndTrackNetworkState (line 59) | public void updateAndTrackNetworkState() { method stopTrackingNetworkState (line 88) | public void stopTrackingNetworkState() { method updateNetworkCapabilityCustomKeys (line 99) | private void updateNetworkCapabilityCustomKeys(NetworkCapabilities net... method addPhoneStateRequiredNetworkKeys (line 117) | @Deprecated method getLocale (line 144) | @SuppressWarnings("deprecation") method getDensity (line 161) | public float getDensity() { method getGooglePlayServicesAvailability (line 171) | public String getGooglePlayServicesAvailability() { method getOsVersion (line 180) | public String getOsVersion() { method getPreferredAbi (line 191) | @SuppressWarnings("deprecation") method getInstallSource (line 205) | public String getInstallSource() { method focusListener (line 237) | public void focusListener(View view, boolean hasFocus) { FILE: crash/app/src/main/java/com/google/samples/quickstart/crash/java/MainActivity.java class MainActivity (line 38) | public class MainActivity extends AppCompatActivity { method onCreate (line 44) | @Override method onDestroy (line 98) | @Override FILE: database/app/src/main/java/com/google/firebase/quickstart/database/java/BaseFragment.java class BaseFragment (line 10) | public class BaseFragment extends Fragment { method setProgressBar (line 13) | public void setProgressBar(int resId) { method showProgressBar (line 17) | public void showProgressBar() { method hideProgressBar (line 23) | public void hideProgressBar() { method getUid (line 29) | public String getUid() { FILE: database/app/src/main/java/com/google/firebase/quickstart/database/java/MainActivity.java class MainActivity (line 33) | public class MainActivity extends AppCompatActivity { method onCreate (line 38) | @Override FILE: database/app/src/main/java/com/google/firebase/quickstart/database/java/MainFragment.java class MainFragment (line 27) | public class MainFragment extends Fragment implements MenuProvider { method onCreateView (line 33) | @Nullable method onViewCreated (line 40) | @Override method onCreateMenu (line 80) | @Override method onMenuItemSelected (line 85) | @Override FILE: database/app/src/main/java/com/google/firebase/quickstart/database/java/NewPostFragment.java class NewPostFragment (line 28) | public class NewPostFragment extends BaseFragment { method onCreateView (line 36) | @Nullable method onViewCreated (line 43) | @Override method submitPost (line 56) | private void submitPost() { method setEditingEnabled (line 108) | private void setEditingEnabled(boolean enabled) { method writeNewPost (line 118) | private void writeNewPost(String userId, String username, String title... FILE: database/app/src/main/java/com/google/firebase/quickstart/database/java/PostDetailFragment.java class PostDetailFragment (line 32) | public class PostDetailFragment extends BaseFragment { method onCreateView (line 46) | @Nullable method onViewCreated (line 53) | @Override method onStart (line 78) | @Override method onStop (line 111) | @Override method postComment (line 124) | private void postComment() { class CommentAdapter (line 152) | private static class CommentAdapter extends RecyclerView.Adapter addRating(final DocumentReference restaurantRef, fi... method hideKeyboard (line 212) | private void hideKeyboard() { method onClick (line 220) | @Override FILE: firestore/app/src/main/java/com/google/firebase/example/fireeats/java/adapter/FirestoreAdapter.java class FirestoreAdapter (line 23) | public abstract class FirestoreAdapter method FirestoreAdapter (line 34) | public FirestoreAdapter(Query query) { method onEvent (line 38) | @Override method startListening (line 65) | public void startListening() { method stopListening (line 71) | public void stopListening() { method setQuery (line 81) | public void setQuery(Query query) { method getItemCount (line 94) | @Override method getSnapshot (line 99) | protected DocumentSnapshot getSnapshot(int index) { method onDocumentAdded (line 103) | protected void onDocumentAdded(DocumentChange change) { method onDocumentModified (line 108) | protected void onDocumentModified(DocumentChange change) { method onDocumentRemoved (line 121) | protected void onDocumentRemoved(DocumentChange change) { method onError (line 126) | protected void onError(FirebaseFirestoreException e) { method onDataChanged (line 130) | protected void onDataChanged() {} FILE: firestore/app/src/main/java/com/google/firebase/example/fireeats/java/adapter/RatingAdapter.java class RatingAdapter (line 18) | public class RatingAdapter extends FirestoreAdapter getRandomList(int length) { method getAverageRating (line 48) | public static double getAverageRating(List ratings) { method getRandom (line 61) | public static Rating getRandom() { FILE: firestore/app/src/main/java/com/google/firebase/example/fireeats/java/util/RestaurantUtil.java class RestaurantUtil (line 15) | public class RestaurantUtil { method getRandom (line 47) | public static Restaurant getRandom(Context context) { method getRandomImageUrl (line 77) | private static String getRandomImageUrl(Random random) { method getPriceString (line 87) | public static String getPriceString(Restaurant restaurant) { method getPriceString (line 94) | public static String getPriceString(int priceInt) { method getRandomName (line 106) | private static String getRandomName(Random random) { method getRandomString (line 111) | private static String getRandomString(String[] array, Random random) { method getRandomInt (line 116) | private static int getRandomInt(int[] array, Random random) { FILE: firestore/app/src/main/java/com/google/firebase/example/fireeats/java/viewmodel/MainActivityViewModel.java class MainActivityViewModel (line 11) | public class MainActivityViewModel extends ViewModel { method MainActivityViewModel (line 16) | public MainActivityViewModel() { method getIsSigningIn (line 21) | public boolean getIsSigningIn() { method setIsSigningIn (line 25) | public void setIsSigningIn(boolean mIsSigningIn) { method getFilters (line 29) | public Filters getFilters() { method setFilters (line 33) | public void setFilters(Filters mFilters) { FILE: functions/app/src/androidTest/java/com/google/samples/quickstart/functions/MainActivityTest.java class MainActivityTest (line 16) | @LargeTest method mainActivityTest (line 23) | @Test FILE: functions/app/src/androidTest/java/com/google/samples/quickstart/functions/TestAddNumber.java class TestAddNumber (line 28) | @LargeTest @RunWith(AndroidJUnit4.class) method setUp (line 33) | @Before public void setUp() { method testAddNumber (line 37) | @Test FILE: functions/app/src/main/java/com/google/samples/quickstart/functions/java/FunctionsMessagingService.java class FunctionsMessagingService (line 20) | public class FunctionsMessagingService extends FirebaseMessagingService { method FunctionsMessagingService (line 23) | public FunctionsMessagingService() { method createNotificationChannel (line 26) | private void createNotificationChannel() { method onMessageReceived (line 40) | @Override FILE: functions/app/src/main/java/com/google/samples/quickstart/functions/java/MainActivity.java class MainActivity (line 65) | public class MainActivity extends AppCompatActivity implements View.OnCl... method onCreate (line 87) | @Override method addNumbers (line 105) | private Task addNumbers(int a, int b) { method addMessage (line 129) | private Task addMessage(String text) { method onCalculateClicked (line 151) | private void onCalculateClicked() { method onAddMessageClicked (line 200) | private void onAddMessageClicked() { method onSignInClicked (line 237) | private void onSignInClicked() { method showSnackbar (line 246) | private void showSnackbar(String message) { method signIn (line 250) | private void signIn() { method hideKeyboard (line 264) | private void hideKeyboard() { method onSignInResult (line 272) | private void onSignInResult(FirebaseAuthUIAuthenticationResult result) { method onClick (line 283) | @Override method askNotificationPermission (line 299) | private void askNotificationPermission() { FILE: functions/functions/sanitizer.js function containsSwearwords (line 40) | function containsSwearwords(message) { function replaceSwearwords (line 45) | function replaceSwearwords(message) { function isShouting (line 51) | function isShouting(message) { function stopShouting (line 57) | function stopShouting(message) { FILE: inappmessaging/app/src/androidTest/java/com/google/firebase/fiamquickstart/InstrumentedTest.java class InstrumentedTest (line 36) | @RunWith(AndroidJUnit4.class) method setUp (line 44) | @Before method tearDown (line 49) | @After method testFiamDisplaysOnForegroundCampaign (line 55) | @Test method testFiamDisplaysContextualTriggerCampaign (line 61) | @Test method reopen_app (line 67) | private void reopen_app() { method press_recent (line 72) | private void press_recent() { method press_back (line 81) | private void press_back() { method sleep (line 87) | private void sleep() { method getView (line 95) | @NonNull FILE: inappmessaging/app/src/main/java/com/google/firebase/fiamquickstart/java/MainActivity.java class MainActivity (line 17) | public class MainActivity extends AppCompatActivity { method onCreate (line 24) | @Override FILE: internal/chooserx/src/main/java/com/firebase/example/internal/BaseEntryChoiceActivity.java class BaseEntryChoiceActivity (line 11) | public abstract class BaseEntryChoiceActivity extends AppCompatActivity { method onCreate (line 15) | @Override method getChoices (line 25) | protected abstract List getChoices(); FILE: internal/chooserx/src/main/java/com/firebase/example/internal/Choice.java class Choice (line 5) | public class Choice { method Choice (line 11) | public Choice(String title, String description, Intent launchIntent) { FILE: internal/chooserx/src/main/java/com/firebase/example/internal/ChoiceAdapter.java class ChoiceAdapter (line 15) | public class ChoiceAdapter extends RecyclerView.Adapter choices) { method onCreateViewHolder (line 25) | @NonNull method onBindViewHolder (line 33) | @Override method getItemCount (line 39) | @Override class ViewHolder (line 44) | public class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 50) | public ViewHolder(View itemView) { method bind (line 57) | public void bind(final Choice choice) { FILE: messaging/app/src/androidTest/java/com/google/firebase/quickstart/fcm/MainActivityEspressoTest.java class MainActivityEspressoTest (line 42) | @RunWith(AndroidJUnit4.class) method testSubscribeAndLog (line 50) | @Test method confirmToastStartsWith (line 70) | private void confirmToastStartsWith(String string) { FILE: messaging/app/src/main/java/com/google/firebase/quickstart/fcm/java/MainActivity.java class MainActivity (line 41) | public class MainActivity extends AppCompatActivity { method onCreate (line 55) | @Override method askNotificationPermission (line 139) | private void askNotificationPermission() { FILE: messaging/app/src/main/java/com/google/firebase/quickstart/fcm/java/MyFirebaseMessagingService.java class MyFirebaseMessagingService (line 48) | public class MyFirebaseMessagingService extends FirebaseMessagingService { method onMessageReceived (line 58) | @Override method onNewToken (line 119) | @Override method scheduleJob (line 133) | private void scheduleJob() { method handleNow (line 144) | private void handleNow() { method sendRegistrationToServer (line 156) | private void sendRegistrationToServer(String token) { method sendNotification (line 165) | private void sendNotification(String messageBody) { FILE: messaging/app/src/main/java/com/google/firebase/quickstart/fcm/java/MyWorker.java class MyWorker (line 10) | public class MyWorker extends Worker { method MyWorker (line 14) | public MyWorker(@NonNull Context appContext, @NonNull WorkerParameters... method doWork (line 18) | @NonNull FILE: perf/app/src/main/java/com/google/firebase/quickstart/perfmon/java/MainActivity.java class MainActivity (line 36) | public class MainActivity extends AppCompatActivity { method onCreate (line 53) | @Override method loadImageFromWeb (line 112) | private void loadImageFromWeb() { method writeStringToFile (line 131) | private Task writeStringToFile(final String filename, final Stri... method loadStringFromFile (line 150) | private Task loadStringFromFile() { method loadFileFromDisk (line 183) | private void loadFileFromDisk() { method getRandomString (line 206) | private String getRandomString(int length) { FILE: scripts/checksnippets.py class MissingKotlinFile (line 20) | class MissingKotlinFile(Exception): method __init__ (line 22) | def __init__(self, javaName): method __str__ (line 25) | def __str__(self): class RegionTagMismatch (line 29) | class RegionTagMismatch(Exception): method __init__ (line 31) | def __init__(self, kotlinName, regionDiff): method __str__ (line 35) | def __str__(self): class MissingEndTag (line 40) | class MissingEndTag(Exception): method __init__ (line 42) | def __init__(self, fileName, missing): method __str__ (line 46) | def __str__(self): function checkSnippets (line 51) | def checkSnippets(folder): function checkJavaFile (line 61) | def checkJavaFile(folder, javaFile): function regionsInFile (line 87) | def regionsInFile(path): function findFileWithPattern (line 108) | def findFileWithPattern(folder, pattern): FILE: storage/app/src/androidTest/java/com/google/firebase/quickstart/firebasestorage/MainActivityTest.java class MainActivityTest (line 47) | @LargeTest method grantPermissions (line 58) | @BeforeClass method before (line 72) | @Before method after (line 83) | @After method uploadPhotoTest (line 95) | @Test method createTempFile (line 143) | private void createTempFile() { method logOutIfPossible (line 169) | private void logOutIfPossible() { FILE: storage/app/src/androidTest/java/com/google/firebase/quickstart/firebasestorage/ServiceIdlingResource.java class ServiceIdlingResource (line 11) | public class ServiceIdlingResource implements IdlingResource { method ServiceIdlingResource (line 17) | public ServiceIdlingResource(Context context, Class serviceClass) { method getName (line 22) | @Override method isIdleNow (line 27) | @Override method registerIdleTransitionCallback (line 36) | @Override method isIntentServiceRunning (line 41) | private boolean isIntentServiceRunning() { FILE: storage/app/src/main/java/com/google/firebase/quickstart/firebasestorage/java/MainActivity.java class MainActivity (line 57) | public class MainActivity extends AppCompatActivity implements View.OnCl... method onCreate (line 85) | @Override method onNewIntent (line 150) | @Override method onStart (line 161) | @Override method onStop (line 172) | @Override method onSaveInstanceState (line 180) | @Override method uploadFromUri (line 187) | private void uploadFromUri(Uri fileUri) { method beginDownload (line 207) | private void beginDownload() { method launchCamera (line 221) | private void launchCamera() { method signInAnonymously (line 228) | private void signInAnonymously() { method onUploadResultIntent (line 250) | private void onUploadResultIntent(Intent intent) { method updateUI (line 258) | private void updateUI(FirebaseUser user) { method showMessageDialog (line 278) | private void showMessageDialog(String title, String message) { method showProgressBar (line 286) | private void showProgressBar(String caption) { method hideProgressBar (line 291) | private void hideProgressBar() { method askNotificationPermission (line 296) | private void askNotificationPermission() { method onCreateOptionsMenu (line 309) | @Override method onOptionsItemSelected (line 315) | @Override method onClick (line 327) | @Override FILE: storage/app/src/main/java/com/google/firebase/quickstart/firebasestorage/java/MyBaseTaskService.java class MyBaseTaskService (line 19) | public abstract class MyBaseTaskService extends Service { method taskStarted (line 29) | public void taskStarted() { method taskCompleted (line 33) | public void taskCompleted() { method changeNumberOfTasks (line 37) | private synchronized void changeNumberOfTasks(int delta) { method createDefaultChannel (line 48) | private void createDefaultChannel() { method showProgressNotification (line 63) | protected void showProgressNotification(String caption, long completed... method showFinishedNotification (line 87) | protected void showFinishedNotification(String caption, Intent intent,... method dismissProgressNotification (line 112) | protected void dismissProgressNotification() { FILE: storage/app/src/main/java/com/google/firebase/quickstart/firebasestorage/java/MyDownloadService.java class MyDownloadService (line 41) | public class MyDownloadService extends MyBaseTaskService { method onCreate (line 56) | @Override method onBind (line 64) | @Nullable method onStartCommand (line 70) | @Override method downloadFromPath (line 83) | private void downloadFromPath(final String downloadPath) { method broadcastDownloadFinished (line 144) | private boolean broadcastDownloadFinished(String downloadPath, long by... method showDownloadFinishedNotification (line 158) | private void showDownloadFinishedNotification(String downloadPath, int... method getIntentFilter (line 174) | public static IntentFilter getIntentFilter() { FILE: storage/app/src/main/java/com/google/firebase/quickstart/firebasestorage/java/MyUploadService.java class MyUploadService (line 27) | public class MyUploadService extends MyBaseTaskService { method onCreate (line 44) | @Override method onBind (line 53) | @Nullable method onStartCommand (line 59) | @Override method uploadFromUri (line 79) | private void uploadFromUri(final Uri fileUri) { method broadcastUploadFinished (line 151) | private boolean broadcastUploadFinished(@Nullable Uri downloadUrl, @Nu... method showUploadFinishedNotification (line 166) | private void showUploadFinishedNotification(@Nullable Uri downloadUrl,... method getIntentFilter (line 181) | public static IntentFilter getIntentFilter() {