Searched refs:__outBundle (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/navigation/safe-args-generator/src/tests/test-data/expected/ |
D | MainFragmentDirections.java | 53 Bundle __outBundle = new Bundle(); in getArguments() local 54 __outBundle.putString("arg1", this.arg1); in getArguments() 55 __outBundle.putString("arg2", this.arg2); in getArguments() 56 return __outBundle; in getArguments() 84 Bundle __outBundle = new Bundle(); in getArguments() local 85 __outBundle.putString("main", this.main); in getArguments() 86 __outBundle.putString("optional", this.optional); in getArguments() 87 return __outBundle; in getArguments()
|
D | Next.java | 58 Bundle __outBundle = new Bundle(); in getArguments() local 59 __outBundle.putString("main", this.main); in getArguments() 60 __outBundle.putInt("mainInt", this.mainInt); in getArguments() 61 __outBundle.putString("optional", this.optional); in getArguments() 62 __outBundle.putInt("optionalInt", this.optionalInt); in getArguments() 63 return __outBundle; in getArguments()
|
D | MainFragmentArgs.java | 64 Bundle __outBundle = new Bundle(); in toBundle() local 65 __outBundle.putString("main", this.main); in toBundle() 66 __outBundle.putInt("optional", this.optional); in toBundle() 67 __outBundle.putInt("reference", this.reference); in toBundle() 68 __outBundle.putFloat("floatArg", this.floatArg); in toBundle() 69 __outBundle.putBoolean("boolArg", this.boolArg); in toBundle() 70 return __outBundle; in toBundle()
|
D | Finish.java | 28 Bundle __outBundle = new Bundle(); in getArguments() local 29 return __outBundle; in getArguments()
|